home *** CD-ROM | disk | FTP | other *** search
/ Laboratorio Interattivo Deagostini / laboratorio interattivo deagostini.bin / Sigla.dir / 00009_Script_9 < prev    next >
Text File  |  2003-01-07  |  339b  |  16 lines

  1. on clickSuVideo 
  2.   --disattiva la modalitα fullScreen
  3.   removefullscreen (sprite 1)
  4.   go to 4
  5. end clickSuVideo
  6.  
  7. on frameCicloVideo 
  8.   go to the frame
  9.   checkVideo
  10. end frameCicloVideo
  11.  
  12. on checkVideo
  13.   if the currenttime of sprite 1 = the duration of member the member of sprite 1 then
  14.     clickSuVideo
  15.   end if
  16. end checkVideo